From ac20c990207b54fbd5f42ed66ab67e354739c01f Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Thu, 3 Mar 2016 11:12:10 -0800 Subject: [PATCH] Bump to 0.10.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- Makefile.in | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 43498a104..3c3b25d2b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "cargo" -version = "0.9.0" +version = "0.10.0" dependencies = [ "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", "bufstream 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index f54c4f138..55958b7b5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [project] name = "cargo" -version = "0.9.0" +version = "0.10.0" authors = ["Yehuda Katz ", "Carl Lerche ", "Alex Crichton "] diff --git a/Makefile.in b/Makefile.in index 286a59312..378d3633a 100644 --- a/Makefile.in +++ b/Makefile.in @@ -1,4 +1,4 @@ -CFG_RELEASE_NUM=0.9.0 +CFG_RELEASE_NUM=0.10.0 CFG_RELEASE_LABEL= include config.mk -- 2.30.2